Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NChainNode<T> Class
Fields Properties Methods


In This Topic
    NChainNode<T> Class Members
    In This Topic

    The following tables list the members exposed by NChainNode<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyQuerues whether this is the first node from its chain  
    Public PropertyQuerues whether this is the last node from its chain  
    Public PropertyQuerues whether this is a middle node from its chain (i.e. has both prev and next nodes).  
    Public PropertyGets or sets the item associated with this chain node  
    Public PropertyGets the next node in the chain, or null if this is the last node or node does not yet belong to a chain  
    Public PropertyGets the next node in the chain, if the chain is threated as a ring (doubly linked circular list) Throws an exception if the node does not belong to a chain.  
    Public PropertyGets the chain to which this node belongs, or null if this node does not yet belong to a chain.  
    Public PropertyGets the prev node in the chain, or null if this is the first node or node does not yet belong to a chain  
    Public PropertyGets the prev node in the chain, if the chain is threated as a ring (doubly linked circular list). Throws an exception if the node does not belong to a chain.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Top
    See Also